-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update packages to latest versions #179
Conversation
Hi @robford123 why did you add <ItemGroup>
<PackageReference Update="xunit.runner.visualstudio">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup> in many csproj? |
Upgrading the packages automatically added that in, I checked it built and tests ran ok. |
LoL I didn't know that Visual Studios test discovery isn't that good, so the packages is almost required when using Visual Studio. |
@robford123 Can you have a look into the merge conflicts? |
Signed-off-by: Rob Ford <[email protected]>
@seriouz should be all good now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
It should actually be in the Directory.Build.props of the test directory, not sure why it was added to the individual project files again. |
Updated all packages to latest versions. Removes some vulnerabilities, especially in the Postgres libraries.